destroyRoom method
Implementation
Future<TUIActionCallback> destroyRoom() {
if (GetPlatform.isAndroid) {
RtcConferenceTuikitPlatform.instance.stopForegroundService();
}
RoomStore.to.clearStore();
return _roomEngine.destroyRoom();
}
Future<TUIActionCallback> destroyRoom() {
if (GetPlatform.isAndroid) {
RtcConferenceTuikitPlatform.instance.stopForegroundService();
}
RoomStore.to.clearStore();
return _roomEngine.destroyRoom();
}