Receiver methods

Use the start_receiving method to have the TrillSDK start receiving data from the sender.

trillSDK.start_receiving();

Use the stop_receiving method to have the TrillSDK stop receiving the data.

trillSDK.stop_receiving();

Last updated