ark-brighthustle / flutter_zoom_sdk

Zoom SDK from ZOOM ported to flutter as plugin with all necessary features and with Null Safety which is implementation by CodeSyncr
BSD 3-Clause "New" or "Revised" License
39 stars 84 forks source link

App context on zoom sdk #92

Open shashikiran918 opened 1 year ago

shashikiran918 commented 1 year ago

When user joined meeting using id and password , how to show snackbar or toast message on the top of zoom client sdk video call interface using my own app context . It's like I have to implement my own widgets on top layer of zoom meeting view. So, can you please tell me how to implement that?