interface AxpCallRequestConfigTrait {
    getRemoteAddress(): string;
    isEnableAudioNoiseReduction(): boolean;
    isEnableCollaboration(): boolean;
    isMuteAudio(): boolean;
    isMuteVideo(): boolean;
    isPriority(): boolean;
}

Methods

  • Returns string

  • Returns boolean

  • Returns boolean

  • Returns boolean

  • Returns boolean

  • Returns boolean