NERoomService class Null safety
Room service
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
createRoom(
NECreateRoomParams params, NECreateRoomOptions options) → Future< VoidResult> -
Create a room but do not join the room.
params
Parameters used to create a room.options
Options for creating a room. -
getRoomContext(
String roomUuid) → NERoomContext? -
Get a
RoomContext
instance based onroomUuid
.roomUuid
room ID -
joinRoom(
NEJoinRoomParams params, NEJoinRoomOptions options) → Future< NEResult< NERoomContext> > -
Join a room. After successfully joining the room, a NERoomContext instance is returned. You can perform specific operations in the room.
params
Parameters for joining a roomoptions
Options for joining a room -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
previewRoom(
NEPreviewRoomParams params, NEPreviewRoomOptions options) → Future< NEResult< NEPreviewRoomContext> > -
Preview a room before joining the room. After successfully previewing the room, a NERoomContext instance is returned. You can perform specific operations for previewing a room.
params
Parameters used to preview a room.options
Options for previewing a room -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited