unpublishScreen abstract method

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

Stops publishing local screen sharing streams in the current room.

type: Media stream type.

Return value:

Notes:

Implementation

Future<int?> unpublishScreen(MediaStreamType type);