// 退出当前房间await trtcCloud.exitRoom();
onRtcListener(type, param) async {if (type == TRTCCloudListener.onExitRoom) {if (param == 0) {log('Exit current room by calling the 'exitRoom' api of sdk ...');} else if (param == 1) {log('Kicked out of the current room by server through the restful api...');} else if (param == 2) {log('Current room is dissolved by server through the restful api...');}}}
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários