Added Peer stuff to RelayRTC
I've confirmed any and all issues past this point is C# related, and client is done being rewritten.
This commit is contained in:
@@ -218,7 +218,8 @@ function closePeerConnection(username) {
|
|||||||
window.RelayRtc = {
|
window.RelayRtc = {
|
||||||
joinChannelCall,
|
joinChannelCall,
|
||||||
leaveChannelCall,
|
leaveChannelCall,
|
||||||
handleRtcSignal
|
handleRtcSignal,
|
||||||
|
peerConnections
|
||||||
};
|
};
|
||||||
|
|
||||||
window.handleRtcSignal = handleRtcSignal;
|
window.handleRtcSignal = handleRtcSignal;
|
||||||
Reference in New Issue
Block a user