SDPICEAttributeFactoryCreateIceUfrag Method |
a:ice-ufrag:ufrag
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static SDPAttribute CreateIceUfrag(
string val
)
Public Shared Function CreateIceUfrag (
val As String
) As SDPAttribute
public:
static SDPAttribute^ CreateIceUfrag(
String^ val
)
static member CreateIceUfrag :
val : string -> SDPAttribute
Parameters
- val String
-
Return Value
SDPAttribute
See Also