previewRoom method Null safety
- NEPreviewRoomParams params,
- NEPreviewRoomOptions options
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
Implementation
Future<NEResult<NEPreviewRoomContext>> previewRoom(
NEPreviewRoomParams params, NEPreviewRoomOptions options);