Merge branch 'master' into srtp

This commit is contained in:
Paul-Louis Ageneau
2020-06-01 15:28:07 +02:00
59 changed files with 3990 additions and 265 deletions

View File

@ -129,6 +129,9 @@ int rtcGetAvailableAmount(int id); // total size available to receive
int rtcSetAvailableCallback(int id, availableCallbackFunc cb);
int rtcReceiveMessage(int id, char *buffer, int *size);
// Cleanup
void rtcCleanup();
#ifdef __cplusplus
} // extern "C"
#endif