Versions in this module Expand all Collapse all v0 v0.0.1 Apr 18, 2024 Changes in this version + type Docker struct + func NewDocker(composeFile string) *Docker + func (s *Docker) Down() + func (s *Docker) Up() error + type LiveKitParticipant struct + func NewLiveKitParticipant(port uint32, audioTrack string, forceRelay bool) (*LiveKitParticipant, error) + func (p *LiveKitParticipant) ConnectAndPublish() error + func (p *LiveKitParticipant) Disconnect()