Acrobits IPC SDK
    Preparing search index...

    Interface RemoteUser

    Represents the remote user in a call.

    interface RemoteUser {
        displayName: string;
        transportUri: string;
    }
    Index

    Properties

    displayName: string

    Display name of the remote user.

    transportUri: string

    Transport URI of the remote user.