Omorogieva Asemota Igbinosa
Omorogieva Asemota Igbinosa
``` syntax = "proto3"; package books; service BookService { rpc List (Empty) returns (BookList) {} rpc Insert (Book) returns (Empty) {} rpc Get (BookIdRequest) returns (Book) {} rpc Delete (BookIdRequest)...
Thanks for the info, i will follow the process
Thanks i will by tomorrow
The problem is using numeric rid rather than alphabetic character in the rid values, it is safe when you use `receiver.ReadSimulcastRTCP(track.RID()) ` with any rid character on simulcast receiver. ```...