Oussama El Bacha

Results 3 issues of Oussama El Bacha

### Your environment. - Pion Version: v3.2.14 - PBX: Asterisk v18 (WebRTC mode) ### What did you do? Pion receives an SDP as offer which is then provided to SetRemoteDescription...

bug
difficulty:moderate

Hello ! Can we please fix the "track" event to include the whole event instead of only the track itself ? https://github.com/aiortc/aiortc/blob/cdba00d07a3c53659c2a8abfdfa1ecfab4cecebd/src/aiortc/rtcpeerconnection.py#L984 sometimes in the remote track event handlers, there...

**Describe the bug** By configuring tailwind content like this : ```typescript module.exports = { content: [ "./app/**/*.{js,ts,jsx,tsx}", "./node_modules/flowbite-react/**/*.js" ], plugins: [ // other plugins... require("flowbite/plugin") ], theme: {}, }; ```...

bug
documentation