Enum ResultCode
- Namespace
- DotNetBrowser.Cast
- Assembly
- DotNetBrowser.dll
Contains the codes indicating the result of creating a cast session.
public enum ResultCode
Fields
Cancelled = 8The cast session has been canceled, i.e. via the "Cancel" button in the screen picker.
CastSessionAlreadyExists = 9The cast session can not be created since it already exists.
CastSessionAlreadyTerminated = 11The cast session has already been terminated.
CastSessionNotFound = 4The cast session was not found.
DesktopPickerFailed = 10An attempt to show the screen picker has failed.
InvalidOrigin = 6The origin of the web content is not allowed to start a cast session.
NoSupportedProvider = 7The media source provider is not supported.
NotificationDisabled = 14Failed to launch session as the notifications are disabled on the receiver device.
Ok = 2The cast session successfully started.
ReceiverNotFound = 5The receiver was not found when starting the cast session.
RedundantRequest = 12The cast request is redundant since the desired cast session is already active.
TimedOut = 3The cast session has not been created within the specified time.
UnknownError = 1The error is unknown.
UserNotAllowed = 13The user has declined the cast request.