send Live Location
abstract suspend fun sendLiveLocation( beaconInfoEventId: String, latitude: Double, longitude: Double, uncertainty: Double?): Cancelable
Content copied to clipboard
Send a live location event to the room. To get the beacon info event id, startLiveLocationShare must be called before sending live location updates.
Parameters
beacon Info Event Id
event id of the initial beacon info state event
latitude
required latitude of the location
longitude
required longitude of the location
uncertainty
Accuracy of the location in meters