AVDRoomInfo.h
IntroductionUse the links in the table of contents to the left to access the documentation. ClassesEnumerated TypesAVDConnectionStatusenum AVDConnectionStatus { init, connecting, connected, connectFailed, }; Constants
Discussion房间网络状态 AVDRoomModeenum AVDRoomMode { clear_set = ( 1 << 0), // use uint32ernal mcu = ( 1 << 31), p2p = mcu + clear_set, // for room attribute rm_attr_join_host_first = ( 1 << 1), rm_attr_join_before_host = rm_attr_join_host_first + clear_set, rm_attr_netacc = ( 1 << 2), rm_attr_netacc_close = rm_attr_netacc + clear_set, rm_attr_hostcontrol = ( 1 << 3), rm_attr_freespeech = rm_attr_hostcontrol + clear_set, }; Constants
Discussion房间模式 AVDRoomStatusenum AVDRoomStatus { scheduled, opening, locked, closed, }; ConstantsDiscussion房间状态 |