updateLiveLocation

fun updateLiveLocation(messageId: String, latitude: Double, longitude: Double, deviceId: String): Call<Location>

Updates the live location info of a message.

Parameters

messageId

The ID of the message to update.

latitude

The latitude of the new location.

longitude

The longitude of the new location.

deviceId

The device ID from which the location is shared.