@twilio/flex-sdk
    Preparing search index...

    Interface TaskChannel

    Channel information returned by the GetChannelsForTask action.

    interface TaskChannel {
        interactionSid: string;
        mediaSid: string;
        sid: string;
        status: string;
        type: string;
    }
    Index

    Properties

    interactionSid: string
    mediaSid: string
    sid: string
    status: string
    type: string