Conference class
Constructors
- Conference()
-
const
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
-
create(
String roomId, int sessionType) → Future< QBConferenceRTCSession?> -
enableAudio(
String sessionId, {bool? enable, double? userId}) → Future< void> -
enableVideo(
String sessionId, {bool? enable, double? userId}) → Future< void> -
getOnlineParticipants(
String id) → Future< List< int?> > -
init(
String endpoint) → Future< void> -
joinAsPublisher(
String id) → Future< List< int?> > -
leave(
String id) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
release(
) → Future< void> -
subscribeConferenceEvent(
String eventName, dynamic eventMethod, {dynamic onErrorMethod}) → Future< StreamSubscription> -
subscribeToParticipant(
String sessionId, int userId) → Future< void> -
switchAudioOutput(
int output) → Future< void> -
switchCamera(
String sessionId) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
unsubscribeFromParticipant(
String sessionId, int userId) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CHANNEL_NAME → const String
- //////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
- CREATE_METHOD → const String
- ENABLE_AUDIO_METHOD → const String
- ENABLE_VIDEO_METHOD → const String
- GET_ONLINE_PARTICIPANTS_METHOD → const String
- INIT_METHOD → const String
- JOIN_AS_PUBLISHER_METHOD → const String
- LEAVE_METHOD → const String
- RELEASE_METHOD → const String
- SUBSCRIBE_EVENTS_METHOD → const String
- SUBSCRIBE_TO_PARTICIPANT_METHOD → const String
- SWITCH_AUDIO_OUTPUT → const String
- SWITCH_CAMERA_METHOD → const String
- UNSUBSCRIBE_EVENTS_METHOD → const String
- UNSUBSCRIBE_FROM_PARTICIPANT_METHOD → const String