streamMessageError property
Occurs when the local user fails to receive a remote data stream.
The SDK triggers this callback when the local user fails to receive the stream message that the remote user sends by calling the RtcChannel.sendStreamMessage method.
The StreamMessageErrorCallback
callback includes the following parameters:
Implementation
StreamMessageErrorCallback? streamMessageError;