MediaRelayToken(String, String, String, Int32, List<MediaRelay>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
MediaRelayToken(System::String ^ ownerUri, System::String ^ userName, System::String ^ password, int duration, System::Collections::Generic::List<Microsoft::Rtc::Internal::Collaboration::MediaRelay ^> ^ mediaRelays);
public MediaRelayToken (string ownerUri, string userName, string password, int duration, System.Collections.Generic.List<Microsoft.Rtc.Internal.Collaboration.MediaRelay> mediaRelays);
new Microsoft.Rtc.Internal.Collaboration.MediaRelayToken : string * string * string * int * System.Collections.Generic.List<Microsoft.Rtc.Internal.Collaboration.MediaRelay> -> Microsoft.Rtc.Internal.Collaboration.MediaRelayToken
Public Sub New (ownerUri As String, userName As String, password As String, duration As Integer, mediaRelays As List(Of MediaRelay))
Parameters
- ownerUri
- String
- userName
- String
- password
- String
- duration
- Int32
- mediaRelays
- List<MediaRelay>