RTCForge API Reference v1.1.1
    Preparing search index...

    Variable TransferDirectionConst

    TransferDirection: { Receive: "receive"; Send: "send" } = ...

    Direction of a Transfer relative to the local peer.

    Type Declaration

    • ReadonlyReceive: "receive"

      The local peer is receiving the file.

    • ReadonlySend: "send"

      The local peer is sending the file.