Dial config

Export

DialConfig

interface DialConfig {
    phoneNumber?: string;
}

Properties

Properties

phoneNumber?: string

Phone number on which SIP Component will call

Memberof

DialConfig