NBMTreeClientDelegate Protocol Reference

Conforms to NSObject
Declared in NBMTreeClientDelegate.h

– client:isConnected: required method

- (void)client:(NBMTreeClient *)client isConnected:(BOOL)connected

– client:didFailWithError: required method

- (void)client:(NBMTreeClient *)client didFailWithError:(NSError *)error

– client:iceCandidateReceived:ofSink:tree: required method

Event sent when a new ICE candidate is received from Kurento Media Server.

- (void)client:(NBMTreeClient *)client iceCandidateReceived:(RTCICECandidate *)candidate ofSink:(NSString *)sinkId tree:(NSString *)treeId

Parameters

client

The current NBMTreeClient object.

candidate

The RTCICECandidate object received.

sinkId

Sink id to which belongs the candidate, ‘nil’ when the candidate is referred to the tree source.

treeId

Tree id to which belongs this candidate.

Declared In

NBMTreeClientDelegate.h