workano-js-sdk
Version:
Workano Communications SDK - A modern JavaScript SDK for WebRTC and VoIP integration.
7 lines • 315 B
TypeScript
import Room from './Room';
import Participant, { RawParticipant } from './Participant';
declare class RemoteParticipant extends Participant {
constructor(room: Room, rawParticipant: RawParticipant, extra?: Record<string, any>);
}
export default RemoteParticipant;
//# sourceMappingURL=RemoteParticipant.d.ts.map