streamMessage property

(dynamic Function(int, int, String)?) streamMessage
final

Occurs when the local user receives a remote data stream.

Implementation

final Function(int, int, String)? streamMessage;