Consume

StartConsumerPeer(string peerId);

Parameters

ParamTypeDescription
peerIdstringThe peer ID of the Remote Peer
labelstringThe peer ID of the Remote Peer

Call this function to consume individual peer.

.csharp
public void ConsumePeer(string peerId,string label)
{
    _huddleClientInstance.ConsumePeer(peerId,label);
}

StopConsumePeer(string peerId,string label);

Call this function to stop consuming individual peer.

Parameters

ParamTypeDescription
peerIdstringThe peer ID of the Remote Peer
labelstringThe peer ID of the Remote Peer
.csharp
public void StopConsumingPeer(string peerId,string label)
{
    _huddleClientInstance.StopConsumingPeer(peerId,label);
}
Audio/Video Infrastructure designed for developers to empower them to ship simple yet powerful Audio/Video Apps.
support
company
Copyright © 2024 Graphene 01, Inc. All Rights Reserved.