isSupported

Whether the WebRTC build resolved at runtime supports end-to-end encryption. Check this before create; on a runtime without support, encryption cannot be enabled and the call should be joined unencrypted rather than joined with silently-plaintext media.

This can only be false if the app overrides the WebRTC dependency with a build older than the one this SDK compiles against, in which case the class does not link.