sendStaticLocation

abstract suspend fun sendStaticLocation(    latitude: Double,     longitude: Double,     uncertainty: Double?,     isUserLocation: Boolean): Cancelable

Send a static location event to the room.

Parameters

latitude

required latitude of the location

longitude

required longitude of the location

uncertainty

Accuracy of the location in meters

isUserLocation

indicates whether the location data corresponds to the user location or not (pinned location)