interface TextInputEvent {
    info: BaseStreamInfo;
    participant: RemoteParticipant;
    text: string;
}

Properties

Properties

info: BaseStreamInfo
participant: RemoteParticipant
text: string