|
|
@ -309,10 +309,10 @@ Additional types for session listing and notifications |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
'buddyPicture' can be in two formats: |
|
|
|
'buddyPicture' can be in next formats: |
|
|
|
1. image of the user as Base64 encoded string of an image. |
|
|
|
1. Base64 encoded string of an image. |
|
|
|
Example: data:image/jpeg;base64,/9j/4... |
|
|
|
Example: data:image/jpeg;base64,/9j/4... |
|
|
|
2. url subpath to query REST API. Please refer to REST API for more info |
|
|
|
2. url subpath to query REST API. Please refer to REST API for more information |
|
|
|
Example: img:8nG33oDk8Yv8fvK6IphL/6vjI2NLigcET/picture.jpg |
|
|
|
Example: img:8nG33oDk8Yv8fvK6IphL/6vjI2NLigcET/picture.jpg |
|
|
|
|
|
|
|
|
|
|
|
Note: buddyPicture content needs to be in the format of HTML data urls'. |
|
|
|
Note: buddyPicture content needs to be in the format of HTML data urls'. |
|
|
|