Loopback and audio only mode.
Adds a loopback button that will connect to itself by simulating another client connection to the web socket server. Adds an audio only mode switch. BUG= Review URL: https://codereview.webrtc.org/1334003002 Cr-Commit-Position: refs/heads/master@{#10153}
This commit is contained in:
@ -29,3 +29,13 @@
|
||||
- (void)sendMessage:(ARDSignalingMessage *)message;
|
||||
|
||||
@end
|
||||
|
||||
// Loopback mode is used to cause the client to connect to itself for testing.
|
||||
// A second web socket connection is established simulating the other client.
|
||||
// Any messages received are sent back to the WebSocket server after modifying
|
||||
// them as appropriate.
|
||||
@interface ARDLoopbackWebSocketChannel : ARDWebSocketChannel
|
||||
|
||||
- (instancetype)initWithURL:(NSURL *)url restURL:(NSURL *)restURL;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user