Marcos Mariani

Results 5 comments of Marcos Mariani

It would definitely be nice if we could do something like this: ```js mock.onGet('/any').delay(1000).reply((config) => { return [200]; }); ``` So we don't have to wrap the entire response function...

> So there's this post: https://stackoverflow.com/questions/51788193/webrtc-and-peerjs-how-to-choose-h264-instead-of-vp8 . The method they describe is only available in safari so you'd basically be **forced to manually alter the SDP**. I feel that is...

I'm currently building a large application on Vue and being able to load language files dynamically in a modular system for each route is a must. Making it work like...

It already has https://github.com/onsip/SIP.js/blob/2e1c525279c8d6deebb6ecaf3d14477ab7b63310/src/platform/web/session-manager/session-manager-delegate.ts#L24-L30 https://github.com/onsip/SIP.js/blob/2e1c525279c8d6deebb6ecaf3d14477ab7b63310/src/platform/web/session-manager/session-manager.ts#L225-L227

My mistake I just realized you said the `onCallReceived` delegate from the **`SimpleUser`**. From my understanding, SimpleUser only manages one session at a time, so basically, the invitation will be...