Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

[MV-473] Fix bug when connecting two mobile devices #37

Merged
merged 1 commit into from
Jun 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MembraneRTC/Sources/MembraneRTC/MembraneRTC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ public class MembraneRTC: MulticastDelegate<MembraneRTCDelegate>, ObservableObje
notify {
$0.onJoinSuccess(peerID: peerId, peersInRoom: peersInRoom)
}
engineCommunication.renegotiateTracks()
}

func onPeerDenied() {
Expand Down