GetParticipantMediaType typedef

GetParticipantMediaType = Future<MediaStream?> Function(GetParticipantMediaOptions options)

Type definition for the getParticipantMedia function.

Implementation

typedef GetParticipantMediaType = Future<MediaStream?> Function(
    GetParticipantMediaOptions options);