mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
Referenced Doc in Readme
This commit is contained in:
2
DOC.md
2
DOC.md
@ -1,5 +1,7 @@
|
||||
# libdatachannel - C API Documentation
|
||||
|
||||
The following details the C API of libdatachannel. The C API is available by including the rtc/rtc.h header.
|
||||
|
||||
### General considerations
|
||||
|
||||
Unless stated otherwise, functions return `RTC_ERR_SUCCESS`, defined as `0`, on success.
|
||||
|
@ -62,7 +62,7 @@ See [BUILDING.md](https://github.com/paullouisageneau/libdatachannel/blob/master
|
||||
|
||||
See [examples](https://github.com/paullouisageneau/libdatachannel/blob/master/examples/) for complete usage examples with signaling server (under GPLv2).
|
||||
|
||||
Additionnaly, you might want to have a look at the [C API](https://github.com/paullouisageneau/libdatachannel/blob/master/include/rtc/rtc.h).
|
||||
Additionnaly, you might want to have a look at the [C API documentation](https://github.com/paullouisageneau/libdatachannel/blob/master/DOC.md).
|
||||
|
||||
### Signal a PeerConnection
|
||||
|
||||
|
Reference in New Issue
Block a user