amazon-chime-sdk-js icon indicating copy to clipboard operation
amazon-chime-sdk-js copied to clipboard

Add check for Content Share Support

Open Aarondorn2 opened this issue 4 years ago • 2 comments

as requested in #301, it would be very useful to have a browser compatibility check for whether Content Share is supported (possibly in the DefaultBrowserBehavior class). The original issue was closed as mobile browsers were not supported at the time, but they appear to be now.

thanks for all the hard work!

Aarondorn2 avatar Jan 13 '21 16:01 Aarondorn2

+1 thanks

nicolasilhe avatar Jan 13 '21 23:01 nicolasilhe

Unfortunately, the method screenShareUnsupported is deprecated as shown in DefaultBrowserBehavior class. For more info on where content share is supported - refer to this doc: https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html#mtg-browsers

I think what you're asking for is basically a more updated version of a method like isContentShareSupported, in which case, I'll keep this label this as a feature enhancement.

michhyun1 avatar May 19 '21 23:05 michhyun1