react-native-firework-sdk
    Preparing search index...

    Interface LiveStreamMessageDetails

    interface LiveStreamMessageDetails {
        messageId: string;
        text?: null | string;
        username?: null | string;
    }
    Index

    Properties

    messageId: string

    A unique identifier of the message.

    text?: null | string

    The text of the message.

    username?: null | string

    The username of the user.