|
@@ -122,6 +122,7 @@ RTC_EXPORT int rtcSetRemoteDescription(int pc, const char *sdp, const char *type
|
|
RTC_EXPORT int rtcAddRemoteCandidate(int pc, const char *cand, const char *mid);
|
|
RTC_EXPORT int rtcAddRemoteCandidate(int pc, const char *cand, const char *mid);
|
|
|
|
|
|
RTC_EXPORT int rtcGetLocalDescription(int pc, char *buffer, int size);
|
|
RTC_EXPORT int rtcGetLocalDescription(int pc, char *buffer, int size);
|
|
|
|
+RTC_EXPORT int rtcGetRemoteDescription(int pc, char *buffer, int size);
|
|
|
|
|
|
RTC_EXPORT int rtcGetLocalAddress(int pc, char *buffer, int size);
|
|
RTC_EXPORT int rtcGetLocalAddress(int pc, char *buffer, int size);
|
|
RTC_EXPORT int rtcGetRemoteAddress(int pc, char *buffer, int size);
|
|
RTC_EXPORT int rtcGetRemoteAddress(int pc, char *buffer, int size);
|