tweb/src/environment/groupCallSupport.ts

6 lines
146 B
TypeScript

import IS_WEBRTC_SUPPORTED from './webrtcSupport';
const IS_GROUP_CALL_SUPPORTED = IS_WEBRTC_SUPPORTED;
export default IS_GROUP_CALL_SUPPORTED;