I am using QBChatMessage. How can I get the sender's profile photo and user ID? You can use message.senderID to get sender’s user id. In order to get an avatar do the following: How to update use...
How can I switch the camera? The camera can be switched during a video call. To implement this option use: cameraView.switchCamera(); For example,locate Switch button over cameraView in xml file: andr...