on Media Relay Error
Called when a media relay error occurs.
Code Example:
override fun onMediaRelayError(meetingId: String, reason: String) {
Log.e("Meeting", "Relay error with $meetingId: $reason")
}
Content copied to clipboard
Parameters
meeting Id
the ID of the meeting involved in the relay
reason
a description of the error