4 Protocol Examples

 In the following example the client constructs a URL for creating a new room by appending the language parameter en-US to the base URL http://example.com/rm/:

 http://example.com/rm/?clientlang=en-US 

In the following example the client constructs a URL for editing an existing room by appending the language parameter de-DE and the room GUID 61E092C7-89BB-4DC4-A3F5-8C23FA940FAB to the base URL http://example.com/rm/:

 http://example.com/rm/?clientlang=de-DE&id=61E092C7-89BB-4DC4-A3F5-8C23FA940FAB

In the following example the client constructs a URL for creating a new room by appending the language parameter en-US to the base URL that already has a parameter http://example.com/rm/?extensionparam=value:

 http://example.com/rm/?extensionparam=value&clientlang=en-US