NEStartMeetingParams class

提供创建会议时必要的额外参数,如会议ID、用户会议昵称,tag等

Inheritance

Constructors

NEStartMeetingParams({String? subject, String? meetingId, required String displayName, String? password, String? tag, String? extraData, List<NERoomControl>? controls, Map<String, NEMeetingRoleType>? roleBinds})
NEStartMeetingParams.fromMap(Map map)

Properties

controls List<NERoomControl>?
音视频控制
finalinherited
displayName String
房间中的用户昵称,不能为空
latefinalinherited
extraData String?
透传字段
finalinherited
hashCode int
The hash code for this object.
no setterinherited
password String?
房间密码; 创建房间时,如果密码不为空,会创建带指定密码的房间 加入带密码的房间时,需要指定密码
latefinalinherited
roleBinds Map<String, NEMeetingRoleType>?
设置会议成员角色
finalinherited
roomId String?
指定要创建或加入的目标房间ID
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
latefinalinherited
tag String?
会议中的用户成员标签,自定义,最大长度50
latefinalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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