We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Declared in SRCode.h
typedef NS_ENUM(NSInteger, SRRoomEnterResult ) { SRRoomEnterAPISuccess = 1000, SRRoomEnterAPIFail = -1000, SRRoomEnterIMSuccess = 2000, SRRoomEnterIMFail = -2000, SRRoomEnterAudioSuccess = 3000, SRRoomEnterAudioFail = -3000, SRRoomEnterVideoSuccess = 4000, SRRoomEnterVideoFail = -4000, SRRoomEnterVideoChatSuccess = 5000, SRRoomEnterVideoChatFail = -5000, };
SRRoomEnterAPISuccess
请求后端接口获取SonaConfig的结果
Declared In SRCode.h.
SRCode.h
SRRoomEnterAPIFail
SRRoomEnterIMSuccess
IM 的进入结果
SRRoomEnterIMFail
SRRoomEnterAudioSuccess
Audio 的进入结果
SRRoomEnterAudioFail
SRRoomEnterVideoSuccess
Video 的进入结果
SRRoomEnterVideoFail
SRRoomEnterVideoChatSuccess
VideoChat 的进入结果
SRRoomEnterVideoChatFail