Suggestions

close search

Add Messaging, Voice, and Authentication to your apps with Vonage Communications APIs

Visit the Vonage API Developer Portal

OpenTokSDK.DialAuth

Used to set the username and password to be used in the OpenTok.Dial method. These are used in the SIP INVITE​ request for HTTP digest authentication, if it is required by your SIP platform. See the DialOptions class. More...

Properties

string Username [get, set]
 The username. More...
string Password [get, set]
 The password. More...

Detailed Description

Used to set the username and password to be used in the OpenTok.Dial method. These are used in the SIP INVITE​ request for HTTP digest authentication, if it is required by your SIP platform. See the DialOptions class.

Property Documentation

◆ Password

string OpenTokSDK.DialAuth.Password

The password.

◆ Username

string OpenTokSDK.DialAuth.Username

The username.