unpublishStream abstract method

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

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

type: Media stream type.

Return value:

Notes:

Implementation

Future<int?> unpublishStream(MediaStreamType type);