WSCDataReceiverObserverDelegate Protocol Reference

Conforms to NSObject
Declared in WSCDataTransfer.h

Overview

Delegate observer protocol that the application can implement to be informed of incoming messages in the WSDDataReceiver.

– onMessage: required method

Invoked when there is an incoming message.

- (void)onMessage:(RTCDataBuffer *)data

Parameters

data

RTCDataBuffer which is received by this data channel

Discussion

Invoked when there is an incoming message.

Declared In

WSCDataTransfer.h