AbstractLocalInviteManagerUpdateNetworkParams Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxprotected 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 MediaDescription
-
- otherPartySIPInfo UserSIPInfo
-
Return Value
OzTupleString,
INatConfiguration,
String
See Also