acceptcall method
Implementation
void acceptcall(String username) {
socket.emit("ACCEPT_CALL", username);
whichuserisCallingMe.value = "";
isCallingMe.value = false;
}
void acceptcall(String username) {
socket.emit("ACCEPT_CALL", username);
whichuserisCallingMe.value = "";
isCallingMe.value = false;
}