debug
This commit is contained in:
parent
41d47101d2
commit
92027296d6
|
@ -39,8 +39,8 @@ int initRecv(const char* destRoomId, const char* srcUserId, const int16_t destCh
|
|||
return -1;
|
||||
}
|
||||
}
|
||||
int initSend(const char* destRoomId, const int16_t destChannelIndex) {
|
||||
bool res = RTCContext::instance().initSend(destRoomId, destChannelIndex);
|
||||
int initSend(const char* srcRoomId, const char* destRoomId, const int16_t destChannelIndex) {
|
||||
bool res = RTCContext::instance().initSend(srcRoomId, destRoomId, destChannelIndex);
|
||||
if (res) {
|
||||
return 0;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue