register Call
suspend fun registerCall(localDisplayName: String, remoteDisplayName: String, remoteAddress: Uri, engagementParameters: Map<String, String>?, isPriority: Boolean)
Register a new call with the provided attributes.
Use the currentCallFlow StateFlow to receive status updates and process call related actions.