Closed Nigam-Patel-Main closed 1 year ago
@lminiero Please give me the solution.
Or if I missing adding some detail then let me know.
I need to go live with the Janus media server
Please ask questions on our Google group, not here. We only use github for issues.
Janus Version 1.1.3
Have you tested a more recent version of Janus too? Yes, 1.1.3 is the latest version
Was this working before: No
Problem 1: When we mute/unmute the audio from the publisher then the event is not received at the receiver side(remote). Problem 2: The talking event is also not triggering even if I configure the "audio_level_event" at the room.
toggleAudio() { let subscribe = { request: "configure", streams: [ { mid: this.feed.audioStream.mid, send: !this.feed.audioStream.isRunning } ] }; this.feed.pluginHandle.send({ message: subscribe }); if (this.feed.audioStream.isRunning) { this.feed.pluginHandle.muteAudio() } else { this.feed.pluginHandle.unmuteAudio() } this.feed.audioStream.isRunning = !this.feed.audioStream.isRunning }
`room-1234: { description = "Demo Room" secret = "adminpwd" publishers = 20 bitrate = 512000 fir_freq = 10
audiocodec = "opus"
} `
Video Attached Below Please Refer to this:
https://user-images.githubusercontent.com/32161774/218053082-37bcf1ba-64ab-4f53-87da-c49c0cb7d0a6.mp4
@lminiero Please help me out with this...