auth

suspend fun auth(username: String, role: String): Result<ConferenceRoomManager.AuthCodeResponse>

登入 最後會回到APP層實作,此處先以sample app 範例