RemoteCallControlOption Constructors
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.
Overloads
RemoteCallControlOption(PresenceCategoryWithMetaData) | |
RemoteCallControlOption(RemoteCallControlOption+CallForwardingMode, String) |
RemoteCallControlOption(PresenceCategoryWithMetaData)
public:
RemoteCallControlOption(Microsoft::Rtc::Collaboration::Presence::PresenceCategoryWithMetaData ^ category);
public RemoteCallControlOption (Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData category);
new Microsoft.Rtc.Internal.Collaboration.RemoteCallControlOption : Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData -> Microsoft.Rtc.Internal.Collaboration.RemoteCallControlOption
Public Sub New (category As PresenceCategoryWithMetaData)
Parameters
- category
- PresenceCategoryWithMetaData
Applies to
RemoteCallControlOption(RemoteCallControlOption+CallForwardingMode, String)
public:
RemoteCallControlOption(Microsoft::Rtc::Internal::Collaboration::RemoteCallControlOption::CallForwardingMode forwardingMode, System::String ^ phoneType);
public RemoteCallControlOption (Microsoft.Rtc.Internal.Collaboration.RemoteCallControlOption.CallForwardingMode forwardingMode, string phoneType);
new Microsoft.Rtc.Internal.Collaboration.RemoteCallControlOption : Microsoft.Rtc.Internal.Collaboration.RemoteCallControlOption.CallForwardingMode * string -> Microsoft.Rtc.Internal.Collaboration.RemoteCallControlOption
Public Sub New (forwardingMode As RemoteCallControlOption.CallForwardingMode, phoneType As String)
Parameters
- forwardingMode
- RemoteCallControlOption.CallForwardingMode
- phoneType
- String