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);
    Parameters
    Type Name Description
    System.Byte[] data
    RemoteParticipant participant
    System.Nullable<DataPacketKind> kind
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL