Feature #144
video avatar url handling
Start date:
08/05/2022
Due date:
% Done:
0%
Estimated time:
Description
Currently video avatar simply puts 'video' for mesh. This is a special case of URL that requires a lot of special handling elsewhere, introduces unnecessary boilerplate code and is error prone.
This also doesn't allow for use of 3d avatar along with video streaming, obviously another video stream indicator (id?) has to be introduced.
History
Updated by Josip Almasi 6 months ago
- Status changed from New to In Progress
- Assignee set to Josip Almasi
Updated by Josip Almasi 6 months ago
- Status changed from In Progress to Resolved
User class now has humanoid and video flags. Mesh 'video' is still present, but not used for avatar loading. Both 3d and video avatar is still not supported, but now it's possible.