NEControlService class abstract

用于提供遥控器服务 通过NEMeetingKit.getControlService获取账号服务的实例

Constructors

NEControlService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCurrentMeetingInfo() NEMeetingInfo?
获取当前会议详情。如果当前无正在进行中的会议,则回调数据对象为空
getMeetingStatus() NEMeetingStatus
获取当前会议状态
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openControl(BuildContext context, NEControlParams params, NEControlOptions opts) Future<NEResult<void>>
打开遥控器
registerControlListener(ControlListener listener) → void
注册监听遥控器回调
setOnInjectedMenuItemClickListener(NEMeetingOnInjectedMenuItemClickListener listener) → void
自定义工具栏回调
setOnSettingMenuItemClickListener(NEControlMenuItemClickListener listener) → void
设置遥控器首页右上角点击事件回调
toString() String
A string representation of this object.
inherited
unRegisterControlListener(ControlListener listener) → void
反注册监听遥控器回调

Operators

operator ==(Object other) bool
The equality operator.
inherited