publishStream abstract method

Future<int?> publishStream(
  1. MediaStreamType type
)

Publishes media streams captured by camera/microphone in the current room.

type: Media stream type.

Return value:

Notes:

Implementation

Future<int?> publishStream(MediaStreamType type);