on Media Relay Started
Called when media relay has started with another meeting.
Code Example:
override fun onMediaRelayStarted(meetingId: String) {
Log.d("Meeting", "Media relay started with meeting: $meetingId")
}
Content copied to clipboard
Parameters
meeting Id
the ID of the meeting that the relay is connected to
See also
Meeting.requestMediaRelay()