AbstractLocalInviteManagerUpdateNetworkParams Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected OzTuple<string, INatConfiguration, string> UpdateNetworkParams(
MediaDescription mediaOffer,
UserSIPInfo otherPartySIPInfo
)
Protected Function UpdateNetworkParams (
mediaOffer As MediaDescription,
otherPartySIPInfo As UserSIPInfo
) As OzTuple(Of String, INatConfiguration, String)
protected:
OzTuple<String^, INatConfiguration^, String^>^ UpdateNetworkParams(
MediaDescription^ mediaOffer,
UserSIPInfo^ otherPartySIPInfo
)
member UpdateNetworkParams :
mediaOffer : MediaDescription *
otherPartySIPInfo : UserSIPInfo -> OzTuple<string, INatConfiguration, string>
Parameters
- mediaOffer
- Type: Ozeki.MediaMediaDescription
- otherPartySIPInfo
- Type: Ozeki.VoIPUserSIPInfo
Return Value
Type:
OzTupleString,
INatConfiguration,
StringSee Also