In my case, i have only one producer (Teacher) and N- Consumers(Students). I can able to produce the video and audio from the Teacher and stundets can able to see the video.
Now i need to display all the consumers video to the producer? Can i do transport.produce(params) from Consumer(Student) to the Producer ? and consume the video in producer(Teacher) end?
Video and audio is always flowing from producers to consumers. If you have done it once, do the same flow again in the other direction. I really don’t understand your question.
Created one producer transporter and sending video and audio produce to server and Consume the video and audio in the Consumer(student side) and display the video and audio.
Now i need to show all the joined peers(Consumers) video to producer.
From Consumers to producer: Consuming the video and audio using above code. After joining the consumer i can call the above method. Did i done any mistake?