miniature-air-74519
05/08/2025, 7:49 PMtall-airline-16756
05/08/2025, 7:49 PMtall-airline-16756
05/08/2025, 7:50 PMroom(_:participantDidConnect:)
method from the RoomDelegate
protocol to handle when a remote participant joins a room. This method is called with the Room
instance and the RemoteParticipant
that has connected. Let me know if you need further assistance!
Sources: room(_:participantDidConnect:) | Documentation | RoomDelegate | Documentationminiature-air-74519
05/08/2025, 8:21 PMtall-airline-16756
05/08/2025, 8:21 PMparticipant(_:didSubscribeTrack:)
method to handle when an audio track is added to a participant. This method is part of the delegate and is triggered when the LocalParticipant
subscribes to a new RemoteTrackPublication
. Let me know if you need further clarification!
Sources: participant(_:didSubscribeTrack:) | Documentation