publishScreen abstract method

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

Publishes local screen sharing streams in the current room.

type: Media stream type.

Return value:

Notes:

Implementation

Future<int?> publishScreen(MediaStreamType type);