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.
paramsParameters used to create a room.optionsOptions for creating a room. - 
  getRoomContext(
String roomUuid) → NERoomContext?  - 
  Get a 
RoomContextinstance based onroomUuid.roomUuidroom 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.
paramsParameters for joining a roomoptionsOptions 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.
paramsParameters used to preview a room.optionsOptions for previewing a room - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited