Zoom Meeting SDK for Web
    Preparing search index...

    Type Alias NativeImageType

    For the APIs that take images, the value of the image type returned by the getVideoSourcesCallBack method, passed in the shareSource API.

    type NativeImageType = {
        toDataURL(): string;
    }
    Index

    Methods

    Methods

    • The data URL of the image.

      Returns string