host Update Room Info
open suspend override fun hostUpdateRoomInfo(roomId: String, roomName: String, description: String?): Result<Boolean>
host update conference room info
主持人更新會議室資訊
Return
true or false with exception
Parameters
room Id
conference room id,會議室ID
room Name
conference room name,會議室名稱
description
conference room description,會議室描述