Information about a MatrixRTC conference focus. The only attribute that the js-sdk (currently) knows about is the type: applications can extend this class for different types of focus.

interface Focus {
    type: string;
}

Properties

Properties

type: string

Generated using TypeDoc