MediaPermission(String, Boolean, Boolean, String) Constructor

Definition

public:
 MediaPermission(System::String ^ name, bool value, bool mutable, System::String ^ mediaType);
public MediaPermission (string name, bool value, bool mutable, string mediaType);
new Microsoft.Rtc.Internal.Collaboration.ComponentModel.MediaPermission : string * bool * bool * string -> Microsoft.Rtc.Internal.Collaboration.ComponentModel.MediaPermission
Public Sub New (name As String, value As Boolean, mutable As Boolean, mediaType As String)

Parameters

name
String
value
Boolean
mutable
Boolean
mediaType
String

Applies to