Call Feature
A MirrorflyCall Module allows users to make a audio/video call with the another users. Once the client app is connected to the Mirrorfly server by using InitializeMirrorfly module, you can initiate the call to another user.
Initialization#
| Argument | Type | Description |
|---|---|---|
| userId | Array | set userId for whom to call |
| callType | String | set your calltype |
| enableDeviceSize | Bool | set your enableDeviceSize |
The Mirrorfly UI component is customizable on theme model.Customized themes that fit your requirment can also be created by providing colorSet.
Basic colorSet Property#
colorSet Prop is a style property which is provided with the list of variables where the seperate component layouts color can be changed. On a basic level of colorSet object the colors of the component can be changed.
Basic colorSet Variables#
The following table lists the style components of each Components used.
| Components | colorSet Variables |
|---|---|
| Incoming And Outgoing Call Screen Background Color | mfBgcCallGradient |
| End Button Theme Color | mfBgcCallActionBtnHangup |
| End Button Hover BG Color | mfBgcCallActionBtnHangupHover |
| Audio Video Mute Theme Color | mfClrCallActionBtnAudioVideo |
| Audio Video UnMute Theme Color | mfClrCallActionBtnAudioVideoActive |
| Call BG color | mfBgcCallParentContainer |
ColorSet#
The ColorSet is the set of colors provided by UIKit for Web and is fully customizable.
Text Styling#
The text styling is also handled in the colorSetProp. Each text's style is handled by below mentioned variable of objects.