Tags: ionorg/ion-sfu
Tags
Add NoAutoSubscribe to peer.JoinConfig. (#558) * Add NoAutoSubscribe to peer.JoinConfig. * Add OnPublisherTrack for Publisher. This event is used to monitor the publisher OnTrack event and distribute the event to other members in the session through signaling. * update * Checks transceiver is valid in DownTrack.Stop().
refactor(relay): make relay more compliant to current workflow (#537) * refactor(relay): refactor relay * refactor(relay): fix server * refactor(relay): fix lint * Update pkg/sfu/publisher.go Co-authored-by: Tarrence van As <[email protected]> * Update cmd/signal/grpc/server/server.go Co-authored-by: Tarrence van As <[email protected]> * Update pkg/sfu/publisher.go Co-authored-by: Tarrence van As <[email protected]> * Update pkg/sfu/publisher.go Co-authored-by: Tarrence van As <[email protected]> * Update pkg/sfu/publisher.go Co-authored-by: Tarrence van As <[email protected]> * Update pkg/sfu/publisher.go Co-authored-by: Tarrence van As <[email protected]> * Update pkg/sfu/publisher.go Co-authored-by: Tarrence van As <[email protected]> * Update pkg/sfu/publisher.go Co-authored-by: Tarrence van As <[email protected]> * Update pkg/sfu/publisher.go Co-authored-by: Tarrence van As <[email protected]> * Update pkg/sfu/publisher.go Co-authored-by: Tarrence van As <[email protected]> * Update pkg/sfu/publisher.go Co-authored-by: Tarrence van As <[email protected]> * Update pkg/sfu/publisher.go Co-authored-by: Tarrence van As <[email protected]> * refactor(relay): fix dependency Co-authored-by: Tarrence van As <[email protected]>
Simulcast: Allow layer selection for publisher (#477) * Simulcast: Allow layer selection for publisher Changed ion-sfu channel messaging to be peer based and added aditional types Addressing PR comments Rename IonSfuMessage to ChannelAPIMessage. Use interface{} instead of string, fixes double marshalling issue * Rebase on new interface changes
PreviousNext