JoinCallOptions 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.
Initializes a new instance of JoinCallOptions.
public JoinCallOptions (Uri callbackUri, System.Collections.Generic.IEnumerable<Azure.Communication.CallingServer.MediaType> requestedMediaTypes, System.Collections.Generic.IEnumerable<Azure.Communication.CallingServer.EventSubscriptionType> requestedCallEvents);
new Azure.Communication.CallingServer.JoinCallOptions : Uri * seq<Azure.Communication.CallingServer.MediaType> * seq<Azure.Communication.CallingServer.EventSubscriptionType> -> Azure.Communication.CallingServer.JoinCallOptions
Public Sub New (callbackUri As Uri, requestedMediaTypes As IEnumerable(Of MediaType), requestedCallEvents As IEnumerable(Of EventSubscriptionType))
Parameters
- callbackUri
- Uri
The callback URI.
- requestedMediaTypes
- IEnumerable<MediaType>
The requested media types.
- requestedCallEvents
- IEnumerable<EventSubscriptionType>
The requested call events to subscribe to.
Exceptions
callbackUri
, requestedMediaTypes
, or requestedCallEvents
is null.