Get desktop application:
View/edit binary Protocol Buffers messages
This is the service which conceptually lives on the client. A high level system diagram can be found in xiphias_api_mobile.kik_vide_service.proto
This API is used to notify clients of changes in any convos they are a part of. A notification should be sent to ALL members of a group, not just those active in the video chat. As with all mobileremote services (as of Oct 2016), this notification is NOT durable and will ONLY be sent to the client when they have an active connection. After opening a connection, the client is expected to use the mobile.video.v1.KikVideo.BatchedGetConvoState service to load initial state
Uniquely identifies a push notification of a state change. This is used to relate a push harpy event (sent from InternalKikVideoService) and the client push ack'd harpy event. Consumers of this service should _not_ make any assumptions about the underlying data format of the notification_id.