N E Room Live Controller
直播控制器
Functions
addLiveStreamTask
Link copied to clipboard
abstract fun addLiveStreamTask(taskInfo: NERoomLiveStreamTaskInfo, callback: NECallback<Unit>? = null)
Content copied to clipboard
getLiveInfo
Link copied to clipboard
removeLiveStreamTask
Link copied to clipboard
abstract fun removeLiveStreamTask(taskId: String, callback: NECallback<Unit>? = null)
Content copied to clipboard
startLive
Link copied to clipboard
abstract fun startLive(request: NERoomLiveRequest, callback: NECallback<NERoomLiveInfo>)
Content copied to clipboard
stopLive
Link copied to clipboard
updateLive
Link copied to clipboard
abstract fun updateLive(request: NERoomLiveRequest, callback: NECallback<NERoomLiveInfo>)
Content copied to clipboard
updateLiveStreamTask
Link copied to clipboard
abstract fun updateLiveStreamTask(taskInfo: NERoomLiveStreamTaskInfo, callback: NECallback<Unit>?)
Content copied to clipboard
Properties
isSupported
Link copied to clipboard