Enum opentok::subscriber::VideoReason  [−][src]
pub enum VideoReason {
    Publish,
    Subscribe,
    Quality,
    CodecNotSupported,
    __Unknown,
}Expand description
Reasons for a video to be started, stopped, resumed, etc.
Variants
Publish
Subscribe
Quality
CodecNotSupported
__Unknown
Trait Implementations
Performs the conversion.