.NET SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class VideoService

    The VideoService allows managing the local participant's and remote participants' video.

    Inheritance
    Object
    VideoService
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: DolbyIO.Comms.Services
    Assembly: DolbyIO.Comms.Sdk.dll
    Syntax
    public sealed class VideoService

    Properties

    | Improve this Doc View Source

    Local

    Gets the local video service.

    Declaration
    public LocalVideoService Local { get; }
    Property Value
    Type Description
    LocalVideoService
    | Improve this Doc View Source

    Remote

    Gets the remote video service.

    Declaration
    public RemoteVideoService Remote { get; }
    Property Value
    Type Description
    RemoteVideoService
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾