Enum opentok::publisher::PublisherError [−][src]
pub enum PublisherError {
Internal,
SessionDisconnected,
TimedOut,
UnableToPublish,
WebRtcError,
__Unknown,
}
Expand description
This enumeration represents all the possible error types associated with a publisher.
Variants
Internal error.
Tried to publish on a disconnected session.
Timed out attempting to publish.
Unable to publish.
WebRTC error.
Unknown publisher error.
Trait Implementations
Performs the conversion.