streamMessage property
Occurs when the local user receives a remote data stream.
The SDK triggers this callback when the local user receives the stream message that the remote user sends by calling the RtcChannel.sendStreamMessage method.
The StreamMessageCallback
typedef includes the following parameters:
Implementation
StreamMessageCallback? streamMessage;