More audio manager/bluetooth related fixes and improvements.
This commit is contained in:
@ -195,6 +195,9 @@ static void ua_event_handler(struct ua *ua, enum ua_event ev,
|
||||
//}
|
||||
len = re_snprintf(event_buf, sizeof event_buf, "%s", "call incoming");
|
||||
break;
|
||||
case UA_EVENT_CALL_OUTGOING:
|
||||
len = re_snprintf(event_buf, sizeof event_buf, "%s", "call outgoing");
|
||||
break;
|
||||
case UA_EVENT_CALL_LOCAL_SDP:
|
||||
len = re_snprintf(event_buf, sizeof event_buf, "call %sed", prm);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user