LivekitCubit class

Constructors

LivekitCubit.new()
LivekitCubit.instance()
factory

Properties

dateSelectorWrapper Widget Function({required Widget child, DateTime? initValue, required ValueChanged<DateTime> onValueChanged})
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostUrl String?
no setter
isBusy bool
no setter
isClosed bool
Whether the bloc is closed.
no setterinherited
isFullScreen bool
no setter
livekitRoomName String?
Step 1
getter/setter pair
meetingUuid String?
no setter
offsetValue ValueNotifier<Offset>
latefinal
onCallEnded ↔ dynamic Function()?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeContainerValue ValueNotifier<Size>
latefinal
startUsers List<AccountBase>?
getter/setter pair
state LivekitState
The current state.
no setterinherited
stream Stream<LivekitState>
The current stream of states.
no setterinherited
timeSelectorWrapper Widget Function({required Widget child, TimeOfDay? initValue, required ValueChanged<TimeOfDay> onValueChanged})
getter/setter pair
token String?
no setter
users List<AccountBase>?
no setter

Methods

acceptCall({ValueChanged<LivekitErrorType>? onErrorCallback, VideoMeeting? meeting}) → dynamic
addError(Object error, [StackTrace? stackTrace]) → void
Reports an error which triggers onError with an optional StackTrace.
inherited
close() Future<void>
Closes the instance. This method should be called when the instance is no longer needed. Once close is called, the instance can no longer be used.
inherited
connect({ValueChanged<LivekitErrorType>? onErrorCallback}) Future<void>
emit(LivekitState state) → void
Updates the state to the provided state. emit does nothing if the state being emitted is equal to the current state.
inherited
endCall() → dynamic
joinToWaiting({VideoMeeting? meeting}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onChange(Change<LivekitState> change) → void
Called whenever a change occurs with the given change. A change occurs when a new state is emitted. onChange is called before the state of the cubit is updated. onChange is a great spot to add logging/analytics for a specific cubit.
inherited
onError(Object error, StackTrace stackTrace) → void
Called whenever an error occurs and notifies BlocObserver.onError.
inherited
refreshMeetingInfo() Future
rejectCall() → dynamic
requestLeaveMeeting() Future
resetFullScreenFrame() → dynamic
resetOffsetFrame(Size size) → dynamic
startSelectType({required List<AccountBase> users, required String livekitRoomName, bool? isInstantType}) → dynamic
toggleFullScreenCustomize() → dynamic
toString() String
A string representation of this object.
inherited
update({VideoMeeting? meeting, bool? isCallComing, bool? isLoading, bool? isWaitting}) → dynamic

Operators

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