Search Results for

    Show / Hide Table of Contents

    Delegate Room.DataReceivedDelegate

    Namespace: LiveKit
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void DataReceivedDelegate(byte[] data, RemoteParticipant participant, DataPacketKind? kind, string topic);
    Parameters
    Type Name Description
    System.Byte[] data
    RemoteParticipant participant
    System.Nullable<DataPacketKind> kind
    System.String topic
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL