ArctosLinks

class ArctosLinks(applicationContext: Context)

Arctos Links SDK

Parameters

applicationContext

建議使用 Application Context 以避免記憶體洩漏 *

Constructors

Link copied to clipboard
constructor(applicationContext: Context)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val conferenceManager: ConferenceRoomInterface

conferenceManager 是會議室相關功能使用介面

Link copied to clipboard
val mediaManager: MediaInterface

mediaManager 是影像,音訊相關功能使用介面

Functions

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

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

Link copied to clipboard
fun destroy()

關閉 SDK , destroy sdk

Link copied to clipboard
suspend fun initialize(accessToken: String): Result<Boolean>

初始化 arctos links SDK