MeetingRepository class

Constructors

MeetingRepository.new()

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

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

Static Methods

anonymousLogin() Future<NEResult<AnonymousLoginInfo>>
匿名登陆
createMeeting({required NEMeetingType type, String? subject, String? password, required int roomConfigId, Map? roomProperties, Map? roleBinds, NEMeetingFeatureConfig featureConfig = const NEMeetingFeatureConfig()}) Future<NEResult<MeetingInfo>>
创建会议
getMeetingInfo(String meetingId) Future<NEResult<MeetingInfo>>