1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refactor RTC function names

This commit is contained in:
winlin 2020-04-30 10:00:07 +08:00
parent 583ae52df8
commit 99f9f566ba
3 changed files with 49 additions and 49 deletions

View file

@ -657,6 +657,8 @@ public:
// TODO: FIXME: Maybe we should only response for the new clients.
void request_keyframe();
void set_rtc_publisher(SrsRtcPublisher* v) { rtc_publisher = v; }
// When got RTC audio message, which is encoded in opus.
srs_error_t on_rtc_audio(SrsSharedPtrMessage* audio);
#endif
};