RemoteStreamCallbackConference<T> typedef

RemoteStreamCallbackConference<T> = void Function(T session, int userId, MediaStream stream, {String? trackId})

Implementation

typedef RemoteStreamCallbackConference<T> = void Function(T session, int userId, MediaStream stream, {String? trackId});