Documentation ¶
Index ¶
Constants ¶
View Source
const RecordingsDir = "recordings"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Participant ¶
type Participant interface { GetData() ParticipantData IsVideoRecordable() bool IsAudioRecordable() bool RegisterVideo(track *webrtc.TrackRemote) error RegisterAudio(track *webrtc.TrackRemote) error Start() Stop() }
func NewParticipant ¶
Click to show internal directories.
Click to hide internal directories.